home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Random Signature ƒ / IC Headers ƒ / IC Resource API.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-17  |  4.3 KB  |  36 lines  |  [TEXT/SPM ]

  1. l);
  2. ICError ICRLaunchURL(ICRRecordPtr inst,StringPtr hint,Ptr data,long len,long* selStart,long* selEnd);
  3.  
  4. /* ***** Mappings Routines *****
  5. * Routines for interrogating mappings database.
  6. * ----- High Level Routines -----
  7. */
  8.  
  9. ICError ICRMapFilename(ICRRecordPtr inst,StringPtr filename,ICMapEntry* entry);
  10. ICError ICRMapTypeCreator(ICRRecordPtr inst,OSType fType,OSType fCreator,StringPtr filename,ICMapEntry* entry);
  11.  
  12. /* ----- Mid Level Routines ----- */
  13.  
  14. ICError ICRMapEntriesFilename(ICRRecordPtr inst,Handle entries,StringPtr filename,ICMapEntry* entry);
  15. ICError ICRMapEntriesTypeCreator(ICRRecordPtr inst,Handle entries,OSType fType,OSType fCreator,StringPtr filename,ICMapEntry* entry);
  16.  
  17. /* ----- Low Level Routines ----- */
  18.  
  19. ICError ICRCountMapEntries(ICRRecordPtr inst,Handle entries,long* count);
  20. ICError ICRGetIndMapEntry(ICRRecordPtr inst,Handle entries,long ndx,long* pos,ICMapEntry* entry);
  21. ICError ICRGetMapEntry(ICRRecordPtr inst,Handle entries,long pos,ICMapEntry* entry);
  22. ICError ICRSetMapEntry(ICRRecordPtr inst,Handle entries,long pos,ICMapEntry* entry);
  23. ICError ICRDeleteMapEntry(ICRRecordPtr inst,Handle entries,long pos);
  24. ICError ICRAddMapEntry(ICRRecordPtr inst,Handle entries,ICMapEntry* entry);
  25.  
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29.  
  30. #endif /* __H_IC_R_API__ */
  31.  
  32.  
  33.  
  34.